home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / docs / misc / ConcNews.lha / news / amiga.programming / comp.sys.amiga.programmer_8638_000044.msg < prev    next >
Encoding:
Internet Message Format  |  1994-11-27  |  1.6 KB

  1. Path: dd.chalmers.se!news.chalmers.se!sunic!trane.uninett.no!eunet.no!EU.net!howland.reston.ans.net!gatech!swrinde!ihnp4.ucsd.edu!pacbell.com!decwrl!pa.dec.com!zowie.zso.dec.com!ridder
  2. From: ridder@zowie.zso.dec.com (Hans)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Version string
  5. Date: 6 Apr 1994 19:40:05 GMT
  6. Organization: Digital Equipment Corporation - DECwest Engineering
  7. Lines: 27
  8. Message-ID: <2nv36l$p4q@usenet.pa.dec.com>
  9. References: <1994Apr2.115917.19252@krk.fi> <CnqruC.I4J@unx.sas.com>
  10. NNTP-Posting-Host: zowie.zso.dec.com
  11.  
  12. In article <CnqruC.I4J@unx.sas.com> jamie@cdevil.unx.sas.com (James Cooper) writes:
  13. >
  14. >In article <1994Apr2.115917.19252@krk.fi>, jts@krksun.krk.fi (Janne Siren) writes:
  15. >>Can I have space in the program name in the $VER: version string? This
  16. >>worls but what does the style guide say about it:
  17. >>
  18. >>My Program v1.00 Beta (...date...)
  19. >>
  20. >>Should I use '_' instead of space in the name and version number?
  21. >
  22. >The Style Guide does not say one way or the other, but other documentation
  23. >I have seen states that you should NOT have spaces in the $VER: string,
  24. >other than to separate the fields.
  25.  
  26. How about using the (often overlooked) NBSP or Non Breaking Space
  27. character, which will print as space but not be regarded as a space by
  28. the VERSION command.  I believe it's code is 0xa0, so just make the
  29. string "My\0xa0Program v1.00..."
  30.  
  31. >Jim Cooper
  32.  
  33. -hans
  34. -- 
  35.   Hans-Gabriel Ridder <ridder@rust.zso.dec.com>
  36.   DECwest Engineering, Bellevue, Washington, USA
  37.   "I'd rather be writing MACRO-20!"
  38.   Any opinions expressed are not those of my employer, honest.
  39.